home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TOPTDIALOG / TOPTDIALOG.txt
Text File  |  1998-06-30  |  1KB  |  65 lines

  1. object OptDialog: TOptDialog
  2.   Left = 263
  3.   Top = 71
  4.   Width = 194
  5.   Height = 148
  6.   Caption = 'Options'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -10
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 10
  15.   object RadioGroup1: TRadioGroup
  16.     Left = 14
  17.     Top = 7
  18.     Width = 155
  19.     Height = 66
  20.     Caption = 'Format to Save Photo'
  21.     Font.Charset = SHIFTJIS_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  25.     Font.Style = []
  26.     Items.Strings = (
  27.       'BMP'
  28.       'JPEG')
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 20
  34.     Top = 84
  35.     Width = 60
  36.     Height = 21
  37.     Caption = 'OK'
  38.     Default = True
  39.     Font.Charset = SHIFTJIS_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  43.     Font.Style = []
  44.     ModalResult = 1
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = OKBtnClick
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 105
  51.     Top = 84
  52.     Width = 60
  53.     Height = 21
  54.     Caption = 'Cancel'
  55.     Font.Charset = SHIFTJIS_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -13
  58.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  59.     Font.Style = []
  60.     ModalResult = 2
  61.     ParentFont = False
  62.     TabOrder = 2
  63.   end
  64. end
  65.